math/big.nat.setBytes (method)
6 uses
math/big (current package)
floatmarsh.go#L87: z.mant = z.mant.setBytes(buf[10:])
int.go#L444: z.abs = z.abs.setBytes(buf)
intmarsh.go#L44: z.abs = z.abs.setBytes(buf[1:])
nat.go#L1192: func (z nat) setBytes(buf []byte) nat {
ratmarsh.go#L55: z.a.abs = z.a.abs.setBytes(buf[j:i])
ratmarsh.go#L56: z.b.abs = z.b.abs.setBytes(buf[i:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)